home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / gnu / cvs-1.11.1p1.lha / source / README.AMIGA < prev    next >
Encoding:
Text File  |  2001-07-24  |  1.8 KB  |  54 lines

  1. In order to recompile this somewhat rough Amiga port of GNU CVS 1.11.1p1 or to
  2. make changes to the code, you need the following things:
  3.  
  4.    - The original GNU CVS source code, as available for example
  5.      as 'ftp://ftp.cvshome.org/pub/cvs-1.11.1p1/cvs-1.11.1p1.tar.gz'.
  6.  
  7.    - The GNU 'patch' utility, such as available from
  8.      'http://us.aminet.net/~aminet/dirs/aminet/dev/gg/patch-bin.lha'
  9.  
  10.    - The SAS/C 6.58 compiler
  11.  
  12.    - The Miami SDK 2.11, as available from
  13.      'http://www.nordicglobal.com/miami/MiamiSDK211.lha'
  14.  
  15. That's pretty much everything you need. Putting all the things together, you
  16. would start by unpacking the 'cvs-1.11.1p1.tar.gz' archive file, leaving a
  17. drawer named 'cvs-1.11.1p1' which for the remainder of this text is assumed to
  18. reside at 'Work:cvs-1.11.1p1'. To this drawer copy the contents of the
  19. drawer you found this 'README.AMIGA' file in, e.g.:
  20.  
  21.    Copy #? Work:cvs-1.11.1p1 ALL
  22.  
  23. Unpack the Miami SDK archive as well. Inside that archive is a drawer
  24. called 'netinclude' which should be copied to the 'amiga' drawer residing
  25. in the 'Work:cvs-1.11' drawer, e.g.:
  26.  
  27.    Copy MiamiSDK/netinclude Work:cvs-1.11.1p1/amiga/netinclude ALL
  28.  
  29. In the last step, the source code patches will need to be applied, e.g.:
  30.  
  31.    CD Work:cvs-1.11.1p1
  32.    patch -p1 <amiga.diffs
  33.  
  34. That's all folks! You should now be able to rebuild the program:
  35.  
  36.    CD Work:cvs-1.11.1p1
  37.    SMake
  38.  
  39. This should create a file called 'cvs' in the 'Work:cvs-1.11.1p1/src' drawer
  40. and cause the build process to exit with a warning which can be ignored.
  41.  
  42. If you have any further questions on this port, feel free to contact us:
  43.  
  44.    Olaf Barthel
  45.    Brabeckstr. 35
  46.    D-30559 Hannover
  47.    Federal Republic of Germany
  48.    olsen@sourcery.han.de
  49.  
  50.    Jens Langner
  51.    Lannerstrasse 1
  52.    D-01219 Dresden
  53.    Federal Republic of Germany
  54.    Jens.Langner@htw-dresden.de